WOContext
|
|
Method
|
Description
|
contextWithRequest:
|
Returns a new WOContext for the specified WORequest object.
|
initWithRequest: (Objective-C only)
|
Initializes a newly-created WOContext object with the specified WORequest.
|
hasSession
|
Returns whether the session exists.
|
isInForm
|
Returns whether WebObjects is executing code within a WOForm. Invoking setInForm: with true or YES also causes this method to return true or YES. Use this method when writing your own WOForm dynamic element, or an input type dynamic element.
|
setInForm:
|
Forces the value returned by isInForm. Invoking this method impacts all elements processed thereafter. Use this method when writing your own WOForm dynamic element, or an input type dynamic element.
|
directActionURLForActionNamed:queryDictionary: (Objective-C)
directActionURLForActionNamed (Java)
|
Returns the full URL for the named action.
|
componentActionURL
|
Returns the full URL for the element you are currently at.
|
urlWithRequestHandlerKey:path:queryString: (Objective-C)
urlWithRequestHandlerKey (Java)
|
Returns a URL relative to cgi-bin/WebObjects for the specified request handler.
|
completeURLWithRequestHandlerKey:path: queryString:isSecure:port: (Objective-C)
completeURLWithRequestHandlerKey (Java)
|
Returns the complete URL for the specified request handler, including http:// or https://.
|